home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFHTMLMESSAGEDLG / TFHTMLMESSAGEDLG.txt
Text File  |  2004-05-31  |  2KB  |  87 lines

  1. object fHtmlMessageDlg: TfHtmlMessageDlg
  2.   Left = 393
  3.   Top = 309
  4.   BorderStyle = bsDialog
  5.   Caption = 'Note'
  6.   ClientHeight = 188
  7.   ClientWidth = 391
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgIcon: TImage
  21.     Left = 13
  22.     Top = 13
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Transparent = True
  27.   end
  28.   object htmLabel: THTMLabel
  29.     Left = 69
  30.     Top = 13
  31.     Width = 281
  32.     Height = 19
  33.     AnchorHint = False
  34.     AutoSizing = True
  35.     AutoSizeType = asVertical
  36.     Ellipsis = False
  37.     HintShowFull = False
  38.     Hover = False
  39.     HoverColor = clNone
  40.     HoverFontColor = clNone
  41.     HTMLHint = False
  42.     ShadowColor = clGray
  43.     ShadowOffset = 2
  44.     URLColor = clBlue
  45.     VAlignment = tvaTop
  46.     OnAnchorClick = htmLabelAnchorClick
  47.   end
  48.   object pnlBottom: TPanel
  49.     Left = 0
  50.     Top = 141
  51.     Width = 391
  52.     Height = 47
  53.     Align = alBottom
  54.     BevelOuter = bvNone
  55.     TabOrder = 0
  56.     object chkDisable: TCheckBox
  57.       Left = 13
  58.       Top = 19
  59.       Width = 284
  60.       Height = 17
  61.       Caption = '&Don'#39't show this message again'
  62.       TabOrder = 2
  63.       Visible = False
  64.     end
  65.     object btnOK: TButton
  66.       Left = 226
  67.       Top = 16
  68.       Width = 75
  69.       Height = 25
  70.       Caption = 'OK'
  71.       Default = True
  72.       ModalResult = 1
  73.       TabOrder = 0
  74.     end
  75.     object btnCancel: TButton
  76.       Left = 307
  77.       Top = 16
  78.       Width = 75
  79.       Height = 25
  80.       Cancel = True
  81.       Caption = 'Cancel'
  82.       ModalResult = 2
  83.       TabOrder = 1
  84.     end
  85.   end
  86. end
  87.